func runtime.stackfree

7 uses

	runtime (current package)
		mgcmark.go#L304: 		stackfree(gp.stack)
		proc.go#L1909: 		stackfree(mp.gsignal.stack)
		proc.go#L2203: 					stackfree(freem.g0.stack)
		proc.go#L5144: 		stackfree(gp.stack)
		proc.go#L5209: 			stackfree(gp.stack)
		stack.go#L446: func stackfree(stk stack) {
		stack.go#L952: 	stackfree(old)